home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg4.cab / config_extensions.def < prev    next >
Text File  |  2005-11-19  |  2KB  |  59 lines

  1. # IDLE reads several config files to determine user preferences.  This
  2. # file is the default configuration file for IDLE extensions settings.
  3. #
  4. # Each extension must have at least one section, named after the extension
  5. # module. This section must contain an 'enable' item (=1 to enable the
  6. # extension, =0 to disable it) and also contains any other general
  7. # configuration items for the extension. Each extension may also define up to
  8. # two optional sections named ExtensionName_bindings and
  9. # ExtensionName_cfgBindings. If present, ExtensionName_bindings defines virtual
  10. # event bindings for the extension that are not sensibly re-configurable. If
  11. # present, ExtensionName_cfgBindings defines virtual event bindings for the
  12. # extension that may be sensibly re-configured.
  13.  
  14. # Currently it is necessary to manually modify this file to change extension
  15. # key bindings.  Note: If a keybinding is already in use when the extension is
  16. # loaded, the extension's virtual event's keybinding will be set to ''.
  17.  
  18. # See config-keys.def for notes on specifying keys.
  19.  
  20. [FormatParagraph]
  21. enable=1
  22. [FormatParagraph_cfgBindings]
  23. format-paragraph=<Alt-Key-q>
  24.  
  25. [AutoExpand]
  26. enable=1
  27. [AutoExpand_cfgBindings]
  28. expand-word=<Alt-Key-slash>
  29.  
  30. [ZoomHeight]
  31. enable=1
  32. [ZoomHeight_cfgBindings]
  33. zoom-height=<Alt-Key-2>
  34.  
  35. [ScriptBinding]
  36. enable=1
  37. [ScriptBinding_cfgBindings]
  38. run-module=<Key-F5>
  39. check-module=<Alt-Key-x>
  40.  
  41. [CallTips]
  42. enable=1
  43. [CallTips_bindings]
  44. paren-open=<Key-parenleft>
  45. paren-close=<Key-parenright>
  46. check-calltip-cancel=<KeyRelease>
  47. calltip-cancel=<ButtonPress> <Key-Escape>
  48.  
  49. [ParenMatch]
  50. enable=0
  51. style= expression
  52. flash-delay= 500
  53. bell= 1
  54. hilite-foreground= black
  55. hilite-background= #43cd80
  56. [ParenMatch_bindings]
  57. flash-open-paren=<KeyRelease-parenright> <KeyRelease-bracketright> <KeyRelease-braceright>
  58. check-restore=<KeyPress>
  59.